home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19981211-19990422 / 000332_news@watsun.cc.columbia.edu _Mon Mar 8 10:35:42 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@watsun.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA19917
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 8 Mar 1999 10:35:40 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id KAA26520
  7.     for kermit.misc@watsun.cc.columbia.edu; Mon, 8 Mar 1999 10:32:14 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: jrd@cc.usu.edu (Joe Doupnik)
  10. Subject: Re: two packet drivers on one machine?
  11. Message-ID: <IZFbFiADG7Aw@cc.usu.edu>
  12. Date: 8 Mar 99 08:23:16 MDT
  13. Organization: Utah State University
  14. To: kermit.misc@mailrelay2.cc.columbia.edu
  15.  
  16. In article <7bvcp8$i3g$1@sylvester.vcn.bc.ca>, David Stow <dastow@vcn.bc.ca> writes:
  17. > Can MSKermit send information between two packet drivers on the same
  18. > machine?  Suppose I have computers A and B at one location, C and D at
  19. > another, and a dialed PPP link between B and C. All four have ethernet
  20. > cards, all have MSKermit but not NetWare or any other network program,
  21. > and I have packet drivers for the cards and for the PPP link.  Can I
  22. > send a file from A to D using only these pieces?  If this is possible,
  23. > how would I set computers B and C to pass data from the card's packet
  24. > driver to the modem's?
  25. > Thanks,
  26. > David Stow
  27. ------------
  28.     You can have multiple Packet Drivers on a given machine, each
  29. talking to separate hardware of course. Each must be assigned to a
  30. different software interrupt. Just tell MSK which interrupt to use,
  31. via SET TCP PACKET-DRIVER-INTERRUPT number. 
  32.     How a Packet Driver deals with PPP and your modem is a matter
  33. for the maker of that piece of software, not for Kermit.
  34.     Notice your leading question does not make much sense: DOS is
  35. single tasking and thus there are not two communications programs
  36. running at the same time on different Packet Drivers on the same machine.
  37.     Joe D.